home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / pov2doc.zip / TEXTURE2.POV < prev    next >
Text File  |  1993-07-29  |  1KB  |  46 lines

  1. // Persistence Of Vision Raytracer version 2.0 sample file.
  2. // The TEXTUREn.POV files demonstrate all textures in TEXTURES.INC
  3. // and STONES.INC
  4.  
  5. #include "colors.inc"
  6. #include "shapes.inc"
  7. #include "textures.inc"
  8.  
  9. #declare T01 = texture {EMBWood1}
  10. #declare T02 = texture {DMFLightOak}
  11. #declare T03 = texture {DMFDarkOak}
  12.  
  13. #declare T04 = texture {Yellow_Pine}
  14. #declare T05 = texture {Rosewood}
  15. #declare T06 = texture {Sandalwood}
  16.  
  17. #declare T07 = texture {Dull pigment{Blue}}
  18. #declare T08 = texture {Shiny pigment{Blue}}
  19. #declare T09 = texture {Phong_Dull pigment{Blue}}
  20.  
  21. #declare T10 = texture {Phong_Shiny pigment{Blue}}
  22. #declare T11 = texture {Glossy pigment{Blue}}
  23. #declare T12 = texture {Phong_Glossy pigment{Blue}}
  24.  
  25. #declare T13 = texture {Luminous pigment{Blue}}
  26. #declare T14 = texture {Mirror pigment{White}}
  27. #declare T15 = texture {Glass}
  28.  
  29. #declare T16 = texture {Glass2}
  30. #declare T17 = texture {Glass3}
  31. #declare T18 = texture {Green_Glass}
  32.  
  33. #declare T19 = texture {Chrome_Texture}
  34. #declare T20 = texture {Metal pigment{White}}
  35. #declare T21 = texture {Brass_Texture}
  36.  
  37. #declare T22 = texture {Gold_Texture}
  38. #declare T23 = texture {Bronze_Texture}
  39. #declare T24 = texture {Copper_Texture}
  40.  
  41. #declare T25 = texture {Silver_Texture}
  42. #declare T26 = texture {Brass_Valley}
  43. #declare T27 = texture {Polished_Chrome}
  44.  
  45. #include "shotxtr.inc"
  46.